#include<stdilib.h> 表示什么头文件

来源:百度知道 编辑:UC知道 时间:2024/06/18 08:26:56
在VC++里,这个头文件是表示什么意思啊,高手请教啊

stdlib.h可以提供一些函数与符号常量,具体如下:
常量
NULL, EXIT_FAILURE, EXIT_SUCESS, RAND_MAX, MB_CUR_MAX
函数
atof, atoi, atol, strtod, strtof, strtols, strtol, strtoll, strtoul, strtoull, rand, srand, callc, free, maloc, realloc, abort, atexit, exit, getenv, system, bsearch, qsort, abs, div, labs, ldiv, llabs, tlldiv, mblen, mbtowc, wctomb, mbstowcs, wcstombs

stdlib.h
标准库函数 的头文件,里面包含了vc++ 的库函数.